home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / tetris30.doc < prev    next >
Text File  |  1995-03-31  |  3KB  |  89 lines

  1. (Comp.sys.handhelds) 
  2. Item: 2719 by d90perko at odalix.ida.liu.se 
  3. Author: [Per Konradsson] 
  4.   Subj: ML-tetris 
  5.   Date: Wed Apr 10 1991 
  6.  
  7. This is my Easter-doings and also my first machine code program for 
  8. the 48.  It's a Tetris which is significantly faster than the others. 
  9.  
  10. It does not have any fancy screen but it's fast! 
  11.  
  12. It is romable. 
  13.  
  14. yours sincerely, Per Konradsson 
  15.  
  16. EMAIL d90perko@odalix.ida.liu.se 
  17.  
  18. -------- 
  19. (Comp.sys.handhelds) 
  20. Item: 2720 by gt3398b at prism.gatech.EDU 
  21. Author: [DELANO,ANDREW DOUGLAS] 
  22.   Subj: KEYS USED IN THE ML LIBRARY TETRIS FROM SWEDEN 
  23.   Date: Wed Apr 10 1991 
  24.  
  25. This new Tetris works great, and it only takes up 2714 bytes. Just 
  26. in case anyone wants to know, to play use the following keys: 
  27.  
  28. 5 --> left 
  29. * --> right 
  30. 6 --> drop (only when held down) 
  31. 4 --> flip clockwise 
  32. left shift --> flip counter-clockwise 
  33.  
  34. That's all I know.  Try holding down all of these. 
  35. Also, in case you don't know how to set the library up, do the following: 
  36.  
  37. 1.)download Tetris using binary config in I/O setup menu 
  38. 2.)call the contents of Tetris onto the stack (Library 1700:  Tetris) 
  39. 3.)type port number (0, or 1 or 2 if you have a free'd RAM card) 
  40. 4.)press <STO>   [You can then purge it from main memory.  -jkh-] 
  41. 5.)turn 48 off and then back on. 
  42. 6.)press [LIBRARY] [TETRI] 
  43.  
  44. [Note: There is no QUIT key.  To exit early, hold down [6].  To quit when the 
  45.  game ends, press any key.  -jkh-] 
  46.  
  47.                         Have fun 
  48.  
  49.                                 Andy Delano 
  50.  
  51. DELANO,ANDREW DOUGLAS 
  52. Georgia Institute of Technology, Atlanta Georgia, 30332 
  53. uucp:     ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!gt3398b 
  54. Internet: gt3398b@prism.gatech.edu 
  55.  
  56. -------- 
  57. (Comp.sys.handhelds) 
  58. Item: 2961 by xxw8409 at ritvax.isc.rit.edu 
  59. Author: [Fractalman] 
  60.   Subj: ML Tetris bug 
  61.   Date: Mon Apr 29 1991 
  62.  
  63. Hello all. I found a bug in ML Tetris.  Maybe the author could release 
  64. a new version that fixes this and a way to remap the keys. :) 
  65.  
  66. [Note: HP's version of Tetris allows the user to remap the keys within the 
  67. program.  Now that it has stiff competition ($0.00), maybe HP will be 
  68. magnanimous enough to post it for all to enjoy...  hint, hint... -jkh-] 
  69.  
  70. The bug happens when a new piece appears and you immediately start moving 
  71. it left or right so it gets stuck at the top of the frame. 
  72.     _____ 
  73.    |___  |<- piece stuck on border     Do this a couple of times and 
  74.     |  |_|                             you'll get a game over with 
  75.     |                                  most of the board still empty. 
  76.     | 
  77.     |<- border 
  78.  
  79.  
  80. -Fractalman- 
  81. xxw8409@ritvax.isc.rit.edu 
  82.  
  83. -------- 
  84. [Note: There are three versions of Tetris on this disk: Tetris, TetriSX, 
  85. and Tetris3.  They are inluded to please two audiences: those who are Tetris 
  86. fans and enjoy every version that comes out, and those who are programmers 
  87. and enjoy reading other people's code to learn how they do it.  I am an 
  88. enthusiastic member of only the latter group.  -jkh-] 
  89.